Summarize long documents piecewise and construct a full summary recursively
To summarize a very long document such as a book we can use a sequence of queries to summarize each section of the document.
Section summaries can be concatenated and summarized producing summaries of summaries.
The effectiveness of this procedure for summarizing books has been studied in previous research by OpenAI using variants of GPT-3.